Virtual mouse jiggler

It is easy to make a fake joystick or mouse to test your game or program. It also gives rise to a variety of other possibilities. The following code jiggles your mouse every 10 seconds or so.

Source

Download the vmouse.c source code

Then, compile:

cc vmouse.c -o virtual-mouse

Run by (root needed if you don't specify a device):

sudo ./virtual-mouse

Other ideas

More info


© robinkrens.nl - page generated at 2022-05-29